Vcenter Lcm Deployment MigrationUpgrade PostUpgradeConfigurationPolicy

Vcenter Lcm Deployment MigrationUpgrade PostUpgradeConfigurationPolicy
Vcenter Lcm Deployment MigrationUpgrade PostUpgradeConfigurationPolicy

The Vcenter Lcm Deployment MigrationUpgrade PostUpgradeConfigurationPolicy schema contains configuration information to be applied on successful upgrade.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "rename_vm_policy": {
        "preserve_original_vm_name": false,
        "old_vcenter_name": "string"
    },
    "delete_vm_policy": {
        "source_vc": false
    }
}
rename_vm_policy
Optional

Provides options to preserve the original VM name as part of the upgrade, and to change the old vCenter VM name.

This property was added in vSphere API 9.0.0.0.

If missing or null the VM name will be left as they are.

delete_vm_policy
Optional

Provides the ability to delete the source vCenter VM after upgrade.

This property was added in vSphere API 9.0.0.0.

If missing or null the source VM will not be deleted.